- NextCallBack
alias NextCallBack = void delegate(Wout, size_t)
Undocumented in source.
- fireWrite
void fireWrite(Wout msg, NextCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- fireClose
void fireClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- ThisCallBack
alias ThisCallBack = void delegate(Win, size_t)
Undocumented in source.
- write
void write(Win msg, ThisCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.